-
Re: Convert numbers into dates for this CY
Hi @jmoss1073 - Try the following formula where the "Number Field" column is the one where you store the numbers (in your given example 366). =[Number Field]@row + DATE(2023, 12, 31) Linda1 · -
Re: Can I use the Substitute function to remove a line-break?
Hello @Meredith Rhodes - You can try the following formula, however, if you have multiple line-breaks, the formula will return multiple semicolons. =SUBSTITUTE(Name@row, CHAR(10), "; ") Lin…1 · -
Re: Return a value from a cell based on today's date
Hi @David Bouchard I would recommend to use the following cell formulas for the respective columns: Total Running Hours: =SUMIF(Date:Date, <TODAY(), [Duration (Hrs)]:[Duration (Hrs)]) Total Runnin…1 ·